adwaita: Don't style window menu button anymore
authorAlexander Mikhaylenko <alexm@gnome.org>
Wed, 6 May 2020 19:59:44 +0000 (00:59 +0500)
committerAlexander Mikhaylenko <alexm@gnome.org>
Wed, 6 May 2020 19:59:44 +0000 (00:59 +0500)
Those were removed with the introduction of GtkWindowControls, no need to
exclude them from the round style anymore.

gtk/theme/Adwaita/_common.scss

index 49d68bc1ac953287d2cbb4090ca4443a3201e5ee..19563f193316ef70b72eb5459d8797908688c8b2 100644 (file)
@@ -1359,13 +1359,11 @@ windowcontrols {
 
     @extend %button_basic_flat;
 
-    &:not(.menu) {
-      border-radius: 9999px;
-      padding: 6px;
-      margin: 0 2px;
-      min-width: 0;
-      min-height: 0;
-    }
+    border-radius: 9999px;
+    padding: 6px;
+    margin: 0 2px;
+    min-width: 0;
+    min-height: 0;
 
     &:backdrop { -gtk-icon-shadow: none; }
   }